home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / tskerm25.zip / MEMACSAT.CMD < prev    next >
OS/2 REXX Batch file  |  1994-02-10  |  532b  |  13 lines

  1. ;
  2. ; MEMACSAT.CMD by Timo Salmi Thu 10-Feb-94
  3. ; To define some of the keys to suit Unix and MicroEmacs rather than
  4. ; VAX/VMS EDT editing
  5. ;                       AT and 386 version
  6.  
  7.  set key \4423 \1            ;Home = Move to start of line
  8.  set key \4431 \5            ;End  = Goto end of line
  9.  set key \4425 \26           ;PgUp = Move backwards by pages
  10.  set key \4433 \22           ;PgDn = Move forward by pages
  11.  set key \4435 \4            ;Del  = Forward delete
  12.  echo \13memacsat.cmd MicroEmacs special keys ready\13
  13.